toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
assets.interfaces.IPlaceable
Namespace
IPlaceable
Functions
Properties
Properties
interface
Link copied to clipboard
val
interface
:
text
=
"com.myneighboralice.IPlaceable"
proximity_radius
Link copied to clipboard
val
proximity_radius
:
I
=
null
relative_locations
Link copied to clipboard
val
relative_locations
:
I
=
null
Functions
dependencies
Link copied to clipboard
function
dependencies
(
)
:
list
<
dclass
>
get
Link copied to clipboard
function
get
(
)
:
dclass
get_by_owner
Link copied to clipboard
function
get_by_owner
(
account
:
account
)
:
list
<
instance
>
get_meta
Link copied to clipboard
function
get_meta
(
id
:
byte_array
)
:
placeable_meta
get_name
Link copied to clipboard
function
get_name
(
instance
:
instance
)
:
text
get_proximity_radius
Link copied to clipboard
function
get_proximity_radius
(
relative_locations
:
list
<
location
>
)
:
integer
get_relative_locations
Link copied to clipboard
function
get_relative_locations
(
instance
:
instance
)
:
list
<
location
>
longest_coord
Link copied to clipboard
function
longest_coord
(
l
:
location
)
:
integer
register
Link copied to clipboard
function
register
(
account
:
account
)
set_relative_locations
Link copied to clipboard
function
set_relative_locations
(
instance
:
instance
,
relative_locations
:
list
<
location
>
)